Vcenter NamespaceManagement DistributedSwitchCompatibility FilterSpec

Vcenter NamespaceManagement DistributedSwitchCompatibility FilterSpec
Vcenter NamespaceManagement DistributedSwitchCompatibility FilterSpec

The Vcenter NamespaceManagement DistributedSwitchCompatibility FilterSpec schema contains properties used to filter the results when listing Distributed Switches (see GET /vcenter/namespace-management/distributed-switch-compatibility) and their compatibility information.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "compatible": false,
    "network_provider": "string"
}
boolean
compatible
Optional

Compatibility criteria for matching the filter. If true, only Distributed Switches which are compatible with vSphere Namespaces match the filter. If false, only Distributed Switches which are incompatible with vSphere Namespaces match the filter.

This property was added in vSphere API 7.0.0.0.

If missing or null, both compatible and incompatible Distributed Switches match the filter.

string
network_provider
Optional

The network provider whose networks will be considered. If unset, this will default to NSXT_CONTAINER_PLUGIN.

For more information see: Vcenter NamespaceManagement Clusters NetworkProvider.

This property was added in vSphere API 7.0.1.0.

This property is optional because it was added in a newer version than its parent node.